Transferred from: http://blog.csdn.net/shuixin536/article/details/8289746Since Rose was not installed on the computer, I decided to use Visio to draw the use-case model diagram in UML, but when I drew it, I found that there was no arrow that indicated the include relationshi
The requirement is very simple. In the SQL Server database, store the user-uploaded Visio file, and then use the Visio Viewer to directly display the content of the User-uploaded Visio file in IE.
For this requirement, we need to divide it into two parts:
1. Stores and reads the Vi
interface of vehicles2. Engine assembled into cars, car radios converged into cars3. Taxis are inherited from automobiles4. The taxi and the driver are many to many two-way correlation relations, the driver one-way correlation driving licence (one driver holds a driving licence)5. Drivers rely on onboard WiFi
Use case diagram example
, you should useRoleMark. Role tags are similar to instance tags. To create a role model for a class, you can draw a square and place the role name and Class Name of the class inside as the entity mark, but in this case, you cannot underline it.
Note: A significant difference between a role diagram and an object diagram is that each object name in an object
The key to dealing with object-oriented problems is modeling. Modeling can abstract many important details in the complex world. Many Modeling tools encapsulate UML (that is, uniied Modeling Language ).
There are nine types of modeling icons in UML:
Use case diagram
Class Diagram
Object Graph
Sequence Chart
Http://www.uml.org.cn/oobject/200901203.asp
UML practice-use case diagram, sequence diagram, state diagram, class diagram, package diagram, and collaboration
The key to dealing with object-oriented problems is modeling. Modeling can abstract many important details in the complex world. Many Modeling tools encapsulate UML (that is, the Unified Modeling Language). This course aims to show the highlights of UML.
There are nine types of modeling icons in UML:
Use case diagram
Class
9. use case diagram: 1. Definition: a dynamic view composed of actors, use cases, and their relationships used to describe system functions is called a use case diagram.
2. Composition:
the participant, it can be considered a generalization relationship. The generalization relation is the inheritance relation between the general class and the special class. Cars and ships, for example, have a generalized relationship with transportation. They belong to the same means of transport, with their own characteristics.Use cases and use cases: there are generally generalizations, inclusions (uses), and extensions.Use
There are many tools for painting class diagrams. I have learned how to use staruml to draw class diagrams. However, this tool is used in Java. For vs programming C ++, I personally feel that Using Visio is better. The following uses a block class in the previous Tetris game as an example to describe it.
1 class block2 {3 public:4 block (void );5 void Init (); // Initialization6 void newblock (); // create
1.Visio Features Overview:Can be used to draw various types of diagrams, including it-related diagrams, building plans, circuit diagrams and other diagrams. such as (this is just a partial list, and does not cover all the features of Visio) 2. Visio Installation and software key:SoftwareSoftware Installation TutorialsSoftware key3.
Object-oriented modelObject-oriented model is a model that uses UML (Unified Modeling Language) to describe the system structure, and it realizes the working state of the system from different angles. These graphs facilitate information exchange between users, managers, system analysts, developers, testers, and other personnel. This article mainly introduces use case di
Object-oriented model
Object-oriented model is a model that uses UML (Unified Modeling Language) to describe the system structure, which realizes the working state of the system from different angles. These graphics help communicate information between users, managers, system analysts, developers, testers, and others. This article mainly introduces use case diagram
Http://www.cnblogs.com/zhaolijing/archive/2013/02/28/2936321.html UML use case diagram-detailed tutorial
I. Definition of use case diagram:
ByActors and Use Cases)And the relation
parameters can not increase or decrease. Although it is sometimes permissible to add new operations, the semantics (or behavior) of the operation should remain the same.Implementation--The implementation of the component can be arbitrarily changed according to the underlying database, algorithm (such as sort) used, as long as the behavior of the customer's concern is not affected, and can even be written in different programming languages.Use case di
Class diagrams and sequence diagrams are directly associated with program code in software system design. To be precise, program code is directly generated by class diagrams, A Sequence Chart can define a class chart method. The use case diagram is used to describe system functions and has no direct relationship with the sequence
Objective:If your UML diagram is still a use case diagram, please keep looking, if you do not know the relationship between the business analysis diagram and the activity diagram, please continue to look, if your computer room is
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.